body,
p,
h1,
h2,
h3,
h4 {
    margin: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #3c3c3c;
}

a:hover {
    text-decoration: none;
}

i {
    font-style: normal;
}

input {
    margin: 0px;
    padding: 0px;
}

button {
    margin: 0px;
    padding: 0px;
    outline: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.w100 {
    width: 100%;
}
 
address,
em,
i {
    font-style: normal;
}

img {
    max-width: 100%;
}

.ta {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.over {
    overflow: hidden;
}

.ma {
    margin: 0 auto;
}

.over>img:hover {
    transform: scale(1.1);
}

.over>img {
    cursor: pointer;
    transition: all 0.6s;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-clickable .swiper-pagination-bullet,
textarea,
input:focus {
    outline: none;
    resize: none;
}

.bl {
    display: block;
}

.ib {
    display: inline-block;
}



body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /*font-family: 'pingfang SC', 'Adobe Heiti bold', "Source Han Sans CN", helvetica, arial, verdana, tahoma, sans-serif;*/
    font-family: 'Adobe Heiti bold', "Source Han Sans CN", helvetica, arial, verdana, tahoma, sans-serif;

}

body,
html {
    font-size: 16px;
}

p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


 


/* 手机导航 */
.phone {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 9999;
    width: 100%;
    padding: 17.5px 0px;
    position: fixed;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eee;
}

.index_a {
    display: inline-block;
}

.phone .wid {
    float: left;
}

.phone .wid>a {
    display: inline-block;
}

.color_dao .iconfont {
    color: #fe7506;
    font-size: 1.875rem;
    margin: 0 5px;
}

.color_dao {
    line-height: 35px;
}

.color_dao .daohang_sp {
    position: relative;
    top: -7px;
    font-size: 1.5625rem;
}

.color_a {
    font-size: 1.5625rem;
    position: relative;
    top: -7px;
}
 

/* 分页 */
#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
}

#page li:hover {
    border: 1px solid #e70012;
}

#page li:hover a {
    color: #e70012
}

#page li a {
    color: #666
}

#page li.active {
    border: 1px solid #e70012;
    background-color: #e70012;
    color: #FFFFFF
}

#page li.active a {
    color: #fff
}

#page .thisclass {
    background-color: #e70012;
    color: #FFFFFF
}


 
/* 搜素 */

.searchbox {
    padding: 15px;
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 93px;
    border-top: 2px solid #e70012;
    text-align: center;
    z-index: 44;
    position: fixed;
    z-index: 9999;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 1rem;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
    box-sizing: border-box;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #e70012;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}

/* 搜索结束 */

.phone_footer {
    display: none;
}

/* 手机端导航 */
.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 9999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #eff2f6;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
    line-height: 35px;
    color: #646060;
    font-size: 20px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
    font-size: 20px;
}

.sidebar-menu__list {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #cec7c7;
}

.sidebar-menu__item:first-child {
    border-top: 0
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 15px 25px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #000 !important;
}

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
    color: #6e6e6e;
}

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
}

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}

.rightfix {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 70px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 9999;  
    display: block;
}

.fix_ul li {
    font-size: 12px;
    text-align: center;
    float: none;
    position: relative;
    width: 70px;
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    padding: 0px 0;
    background: #0075c2;
    border-radius: 5px 0 0 5px;
    margin-bottom: 0px;
    color: #fff; 
    margin-bottom: 3px;
    border: 1px solid #0075c2;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 30px;
    color: #fff;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 70px;
    -o-transform: scale(0);
    position: absolute;
    color: #6a6a6a;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0 5px;
    line-height: 68px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 140px;
    font-size: 1rem;
    border: 1px solid #ddd;
}

.fix_ul li:hover {
    background: #fff;
}

.fix_ul li:hover {
    background: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
    color: #0075c2;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    right: 70px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.right_div div {
    height: 30px;
    line-height: 30px;
}

@media screen and (max-width:1440px) {

    body,
    html {
        font-size: 14px;
    }
}



@media(max-width:767px) {
    body {
        padding: 60px 0;
    }

    .index_pcnav {
        display: none;
    }

    .phone {
        display: block;
    }

    .mobile-foot {
        display: block;
    }

    .footer {
        display: none;
    }

    .searchbox {
        top: 60px;
    }

    .searchs .sertext,
    .serbtn {
        height: 44px;
        line-height: 44px;
    }


  
    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .rightfix {
        display: none;
    }
    .seaarch_phone {
        line-height: 40px;
        height: 40px;
        margin-right: 20px;
    }
    #phone_nav {
        height: 40px;
        line-height: 40px;
    }
 
}

 